home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PMasterPage.h -------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PMasterPage__
- #define __PMasterPage__
-
- #include "PMTypes.h"
-
- class PMasterPage
- {
-
- public:
-
- PMasterPage
- ( const char * sLeftMaster,
- const char * sRightMaster = NULL,
- const char * sRange = NULL,
- PMBool bKeepGuides = false,
- PMBool bKeepColumns = false,
- PMBool bAdjustLayout = false );
-
- private:
-
- PMasterPage();
- };
-
- #endif
-
- // end of PMasterPage.h
-